home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / etc / bluetooth / audio.conf next >
Text File  |  2009-09-24  |  1KB  |  39 lines

  1. # Configuration file for the audio service
  2.  
  3. # This section contains options which are not specific to any
  4. # particular interface
  5. [General]
  6.  
  7. # Switch to master role for incoming connections (defaults to true)
  8. #Master=true
  9.  
  10. # If we want to disable support for specific services
  11. # Defaults to supporting all implemented services
  12. #Disable=Control,Source
  13.  
  14. # SCO routing. Either PCM or HCI (in which case audio is routed to/from ALSA)
  15. # Defaults to HCI
  16. #SCORouting=PCM
  17.  
  18. # Automatically connect both A2DP and HFP/HSP profiles for incoming
  19. # connections. Some headsets that support both profiles will only connect the
  20. # other one automatically so the default setting of true is usually a good
  21. # idea.
  22. #AutoConnect=true
  23.  
  24. # Headset interface specific options (i.e. options which affect how the audio
  25. # service interacts with remote headset devices)
  26. [Headset]
  27.  
  28. # Set to true to support HFP, false means only HSP is supported
  29. # Defaults to true
  30. HFP=true
  31.  
  32. # Maximum number of connected HSP/HFP devices per adapter. Defaults to 1
  33. MaxConnections=1
  34.  
  35. # Just an example of potential config options for the other interfaces
  36. #[A2DP]
  37. #SBCSources=1
  38. #MPEG12Sources=0
  39.